From ea61dbe00f4cf230fdf5545ae41e6fdc6d9eb633 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 6 Sep 2014 11:51:42 +0200 Subject: [PATCH] stubdom: do not set CONFIG_TEST for caml & C stubdom examples caml & C stubdom examples should not enable the tests, they already provide their own main function. Signed-off-by: Samuel Thibault Acked-by: Ian Campbell --- stubdom/c/minios.cfg | 1 - stubdom/caml/minios.cfg | 1 - 2 files changed, 2 deletions(-) diff --git a/stubdom/c/minios.cfg b/stubdom/c/minios.cfg index e1faee53e1..e69de29bb2 100644 --- a/stubdom/c/minios.cfg +++ b/stubdom/c/minios.cfg @@ -1 +0,0 @@ -CONFIG_TEST=y diff --git a/stubdom/caml/minios.cfg b/stubdom/caml/minios.cfg index e1faee53e1..e69de29bb2 100644 --- a/stubdom/caml/minios.cfg +++ b/stubdom/caml/minios.cfg @@ -1 +0,0 @@ -CONFIG_TEST=y -- 2.30.2